home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / wwtips11.zip / WWIVTIPS.DOC < prev    next >
Text File  |  1996-06-08  |  11KB  |  259 lines

  1.  
  2.                                WWIVtips v1.1
  3.  
  4.      v1.1 - (C) 1996 French Mod Division Sofware - All Rights Reserved
  5.  
  6.                           System Operator's Guide
  7.  
  8. ┌────────────────────────────────────────────────────────────────────────────┐
  9. │     INTRODUCTION                                                           │
  10. └────────────────────────────────────────────────────────────────────────────┘
  11.  
  12.   WWIVtips is a logon event for the WWIV bulletin board system. This utility
  13. will show a tip on WWIV each time a user logs on, to help your users learn
  14. about the hidden tricks that WWIV can do.
  15.  
  16. ┌────────────────────────────────────────────────────────────────────────────┐
  17. │     REQUIREMENTS                                                           │
  18. └────────────────────────────────────────────────────────────────────────────┘
  19.  
  20.  ■ Hardware Requirements
  21.  
  22.    - An IBM PC, AT, ix86, PS/2 or 100% IBM BIOS compatible PC
  23.    - A hard disk with at least 200k of disk space available
  24.    - A monochrome or color monitor
  25.  
  26.  ■ Software requirements
  27.  
  28.    - Microsoft or IBM PC DOS v3.0 or above
  29.    - WWIV v4.07 or later.
  30.  
  31.  ■ Program Informations
  32.  
  33.    - Programmed in C++ using Borland C++ v4.51
  34.    - Tested with WWIV v4.24a under Windows 95
  35.  
  36. ┌────────────────────────────────────────────────────────────────────────────┐
  37. │     PROGRAM AUTHENTICITY                                                   │
  38. └────────────────────────────────────────────────────────────────────────────┘
  39.  
  40. WWIVtips has been archived with PKWARE's PKZIP 2.04g using Authenticity
  41. Verification.  When you unzip the archive, you should see "-AV" displayed
  42. after every file name.  When completed, a message that looks like this will
  43. be displayed:
  44.  
  45. Authentic files Verified!   # PKA616
  46. French Mod Division Software
  47.  
  48. If this authenticity statement is not displayed, or the authenticity code is
  49. not "PKA616", then you have a copy of WWIVtips that has been tampered with.
  50. Do >not< use any of the files contained within a tampered archive, as they
  51. may contain viruses, trojans, or other harmful things.
  52.  
  53. WWIVtips has also been encrypted by a powerful encryption program.  If the
  54. executable file is tampered with, it will display a CRC warning and will not
  55. run.
  56.  
  57. ┌────────────────────────────────────────────────────────────────────────────┐
  58. │     INSTALLATION                                                           │
  59. └────────────────────────────────────────────────────────────────────────────┘
  60.  
  61.   Uncompress the WTIPxx.ZIP archive to a directory of your choice, copy
  62. WWIVTIPS.EXE and WWIVTIPS.DAT to your main WWIV directory.
  63.  
  64. For WWIV v4.24 and later:
  65.  
  66.   Then either use WWIVsys (tm) or your favorite text editor to edit the
  67. WWIV.INI, change the line of the logon event string so it looks like:
  68.  
  69. LOGON_CMD  = wwivtips.exe %C
  70.  
  71.  NOTE: You can define it for specific instance. For example, if you want it
  72.        on instance 2, put the line in the [WWIV-2] section, or if you don't
  73.        want it to should up on instance 2, simply put "LOGON_CMD = " in the
  74.        [WWIV-2] section and it won't execute WWIVtips.x
  75.  
  76. For WWIV v4.23:
  77.  
  78.   In INIT.EXE, go in the external program section, add "wwivtips.exe %C" in
  79. the logon event string.
  80.  
  81. For WWIV v4.22 and lower:
  82.  
  83.   Ini INIT.EXE, go in the external program section, add
  84. "wwivtips.exe CHAIN.TXT" in the logon event string.
  85.  
  86. We told you it would be very simple.
  87.  
  88. ┌────────────────────────────────────────────────────────────────────────────┐
  89. │     HOW TO USE                                                             │
  90. └────────────────────────────────────────────────────────────────────────────┘
  91.  
  92. Well, all you have to do actually is to logon on the BBS, once you will run
  93. the software, it will create it's own WWIV.INI section where you can configure
  94. the software for your own personal use.
  95.  
  96.  
  97. ┌────────────────────────────────────────────────────────────────────────────┐
  98. │     CONFIGURATION                                                          │
  99. └────────────────────────────────────────────────────────────────────────────┘
  100.  
  101. Here is the WWIV.INI section that will be created by WWIVtips, with
  102. explanations. Feel free to modify to your needs.
  103.  
  104. [WWIVTIPS]
  105. ; Version number DO NOT CHANGE
  106. VERSION = 1.1
  107. ; Registration Code - If Registered Only
  108. REGISTRATION_CODE = NONE
  109. ; Registration Name - It's the Sysop Name
  110. REGISTRATION_NAME = NONE
  111. ; Serial Number - If Registered Only
  112. SERIAL_NUMBER = NONE
  113. ; Clears the screen when executing
  114. CLEAR_SCREEN = NO
  115. ; Will Pause when finished
  116. PAUSE_SCREEN = NO
  117. ; Default Text Color of Tip
  118. TEXT_COLOR = 7
  119. ; Default Lines Color
  120. LINE_COLOR = 8
  121. ; Default Header Color
  122. HEAD_COLOR = 1
  123. ; Pause String
  124. PAUSE_STR  = [PAUSE]
  125. ; Amount of Tips in WWIVTIPS.DAT
  126. TIPS_AMOUNT = 12
  127.  
  128. The file WWIVTIPS.DAT can be edited too, it's a text file. So you can add your
  129. own tips if you wish. The problem with that is that when the file will be
  130. updated, you will have to give another number to all the tips you added to the
  131. file. The structure is very simple, a new tip line always begins with a tilda
  132. -> ~ <- followed by the number of the tip. Be sure that you don't skip a number
  133. if you add any, and also you need to change the amount of tips in the WWIV.INI
  134. section (see below).
  135.  
  136. The main issue about adding tips, is that you can tell your users how the
  137. modifications on your system are working since they might not know all of
  138. them, this is a major issue about this software.
  139.  
  140. If you have good tips that can be added to the original, please feel free to
  141. send them to the author, after an evaluation, the tip might be added to the
  142. stock list.
  143.  
  144. Note that this software can be converted to do almost anything you want instead
  145. of showing tips. It can be "Quotes of the day", or any other type.
  146.  
  147. All tips added should be no more than 80x80, and you can use WWIV color codes.
  148.            
  149. ┌────────────────────────────────────────────────────────────────────────────┐
  150. │     COPYRIGHT/LICENSE                                                      │
  151. └────────────────────────────────────────────────────────────────────────────┘
  152.  
  153. This document and the program files ("the software") are copyrighted by the
  154. author.  The copyright owner hereby licenses you to use the software given
  155. these restrictions:
  156.  
  157.     ■ The software shall be supplied in its original, unmodified form, which
  158.       includes this documentation;
  159.  
  160.     ■ The software may not be included or bundled with other goods or
  161.       services;
  162.  
  163.     ■ No fee is charged; an exception is granted to non-profit user's
  164.       groups, which are permitted to charge a small fee (not to exceed $5)
  165.       for materials, handling, postage, and general overhead.  No other
  166.       organization is permitted to charge any amount for distribution of
  167.       copies of the software or documentation, or to include copies of the
  168.       software or documentation with sales of their own products.
  169.  
  170. The software and documentation are Copyright (c) 1996 by FMD Software.
  171.  
  172. ┌────────────────────────────────────────────────────────────────────────────┐
  173. │     REGISTRATION                                                           │
  174. └────────────────────────────────────────────────────────────────────────────┘
  175.  
  176. WWIVtips is shareware. This gives the user an opportunity to evaluate the
  177. program before actually registering the software.  If, after a 30 day period,
  178. you wish to continue to use WWIVtips, you are required to register your copy
  179. of WWIVtips with the author.  To register, simply send a donation with your
  180. informations (for our database) to:
  181.  
  182.     French Mod Division Software
  183.     C/O Nicolas LeBlanc
  184.     1545 de Val-Jalbert
  185.     Laval, QC, H7E 3S7
  186.     Canada
  187.  
  188. Registration is $5.00 US per copy of WWIVtips. Please fill REGISTER.FRM and
  189. include it with your check or money order.
  190.  
  191. By registering, you will receive by mail or email your own personalized
  192. registration codes that will register your copy. There is nothing more
  193. in the registered version beside showing it as Registered to your users,
  194. but a registration encourage us, the authors, to continue our work in
  195. developing softwares, and will make your concience clear to know that you
  196. did what's right.
  197.  
  198. ┌────────────────────────────────────────────────────────────────────────────┐
  199. │     DISCLAIMER                                                             │
  200. └────────────────────────────────────────────────────────────────────────────┘
  201.  
  202. The author makes no warranties, expressed or implied, as to the quality or
  203. performance of this program.  Your use of this program constitutes your
  204. release of the author from liability or litigation for any indirect or
  205. consequential damages arising from the use of this program or its associated
  206. files.
  207.  
  208. In no event will the author be liable to you for any damages, including any
  209. lost profits, lost savings or other incidental or consequential damages
  210. arising out of your use or inability to use the program, or for any claim by
  211. any other party.
  212.  
  213. ┌────────────────────────────────────────────────────────────────────────────┐
  214. │     REVISIONS                                                              │
  215. └────────────────────────────────────────────────────────────────────────────┘
  216.  
  217. Version v1.1  (06/08/96)
  218.  ■ Updated data file
  219.  ■ Included WWIVTIPS.DAT that was missing in some v1.0 copies.
  220.  ■ Fixed registration problems.
  221. Version v1.0  (03/07/96)
  222.  ■ Initial Release
  223.  
  224.  
  225. ┌────────────────────────────────────────────────────────────────────────────┐
  226. │     CREDITS                                                                │
  227. └────────────────────────────────────────────────────────────────────────────┘
  228.  
  229. WWIVtips is Copyright (c) 1996 by FMD Software.
  230. PKZIP is Copyright (c) 1989-1996 by PKWARE Inc.
  231. MS-DOS is Copyright (c) 1981-1996 by Microsoft.
  232. IBM is a trademark of International Buisness Machines.
  233.  
  234.  
  235. Thanks:
  236.  
  237.   Matt Hucke, aka Starship Tropper for his C++ Ini routines.
  238.   Wayne Bell, for the SKELETON.C file used to read CHAIN.TXT
  239.  
  240.  
  241. If you have any comments or questions about this program, you can reach us
  242. at the following network addresses:
  243.  
  244.     Internet: ei952859@uqac.uquebec.ca
  245.     WWIVnet : 1@20900 or 2@20302
  246.  
  247. If you are a sysop on WWIVnet or any major WWIV networks, you can subscribe
  248. to the FMD Software support sub. Host on WWIVnet is @20302, SubType is FMD.
  249. For all other network, consult your sublist to find the host.
  250.  
  251.  
  252. Our products are also available on Internet:
  253.  
  254. http://www.wwiv.com/fmd
  255.  
  256. ftp://ftp.wwiv.com/fmd
  257.  
  258. See PRODUCTS.FMD for details.
  259.